<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,section, article, aside, header, footer, nav, dialog, figure,menu,hgroup,iframe{ margin:0; padding:0; border:0; -webkit-font-smoothing:antialiased; font-family:"Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;}
html{ -webkit-text-size-adjust:none;}
body{ font-size:12px; line-height:22px; background:#fff;  -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased;  font-smoothing: antialiased;  }
::selection{ background:#e6212a; color:#fff;}
::-moz-selection{ background:#e6212a; color:#fff;} 
::-webkit-selection{ background:#e6212a; color:#fff;}
input, button, select, textarea {-moz-appearance: none;-webkit-appearance: none;appearance: none;border-radius: 0;background: #fff;border: 0}
img{ border:none;vertical-align:middle; -ms-interpolation-mode: bicubic;}
body{ -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased;  font-smoothing: antialiased;}
/*@font-face { 
    [font-family: &lt;family-name&gt;;]? [src: [ &lt;uri&gt; [format(&lt;string&gt;#)]? | &lt;font-face-name&gt; ]#;]? [unicode-range: &lt;urange&gt;#;]? [font-variant: &lt;font-variant&gt;;]? [font-feature-settings: normal|&lt;feature-tag-value&gt;#;]? [font-stretch: &lt;font-stretch&gt;;]? [font-weight: &lt;weight&gt;]; [font-style: &lt;style&gt;]; }*/


@font-face {
 font-family: 'nicedesign';
 src: url('nicedesign.otf');
 src: url('nicedesign.eot') format('embedded-opentype'),
 url('nicedesign') format('woff'),
 url('nicedesign.woff') format('truetype'),
 url('nicedesign') format('svg');
 font-weight: normal;
 font-style: normal;
}

.f_soc{ font-family: 'nicedesign';}


.icon_wb:before{content:"\e800";}
.icon_wx:before{content:"\e801";}
.icon_dr:before{content:"\e802";}
.icon_zc:before{content:"\e803";}
.icon_bh:before{content:"\e804";}
 

     

body{overflow: -moz-scrollbars-vertical;} 
.menu_bt{position: relative;z-index: 9999; width:24px;height:12px;border-top: 2px solid #666;border-bottom: 2px solid #666;vertical-align: middle; float:right; display:none;}
.menu_bt:after {content: '';position: absolute;top: 0;left: 0;right: 0;height:5px;border-bottom: 2px solid #666; transition: all 100ms linear 0ms;}
.menu_bt span:after {border-color: #666}
.menu_bt span {font-size: 0;text-indent: -9999px}
.menu_bt span:before, .menu_bt span:after {content: '';position: absolute;top: 50%;right: 0;left: 0;border-top: 1px solid black;transition: all 100ms linear 0ms;}
.menu_bt.open {color: transparent !important; border:0;}
.menu_bt.open:after {-webkit-transform: scale(0);transform: scale(0);}
.menu_bt.open span:before, .menu_bt.open span:after { border-width: 2px;border-color: white;}
.menu_bt.open span:before {-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.menu_bt.open span:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
 

.header{ background:#262626; height:76px; width:100%; z-index:111100;  position:fixed; left:0; top:0;box-shadow:0 0 5px 2px rgba(0,0,0,.1);}
.header .con{ width:1200px; margin:0 auto; }
.logo{ float:left; position:relative; z-index:1000;}
.logo.gao{ z-index:10;}
.logo a{ width:170px; height:38px; display:block; background-size:auto 38px; margin-top:20px;}
.header .logo a{width:170px; height:38px; display:block; background-size:auto 38px;}

.page-overlay{ float:right;}
.page-overlay .nav{ float:left;}
.page-overlay .nav li{ float:left; padding:0px 30px; position:relative; border-bottom:2px solid #e6212a; margin:0 5px; margin-top:29px;}
.page-overlay .nav li:hover{background:#e6212a;}
.page-overlay .nav li &gt; a{ font-size:16px;color:#fff; line-height:44px;height:44px; display:block;width: 100%;text-align: center;}
.page-overlay .nav li &gt; a.on{ border-bottom:2px solid #fff;}
.page-overlay .nav li.zi{ display:none;}
.page-overlay .phone {
    color: #fff;
    float: left;
    margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
    margin-left: 50px;
    font-weight: 550;
}
.page-overlay .phone img{margin-right: 15px;height: 34px;margin-bottom: 3px;}
.header .page-overlay .nav li &gt; a{ color:#FFF;}
.header .page-overlay .nav .on{  color:#FFF;background:#e6212a;}


/*加载进度�?/
.fade { transition: all 300ms linear 700ms;/*-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);*/ opacity: 1;}
.fade.out {opacity: 0;}

#nprogress { pointer-events:none;} /*鼠标事件拜拜的意�?/
#nprogress .bar {background: #e6212a;position: fixed; z-index: 1031;top: 0;left: 0;width: 100%;height: 2px;}
#nprogress .peg {display: block;position: absolute;right: 0px;width: 100px;height: 100%;box-shadow: 0 0 10px #e6212a, 0 0 5px #e6212a;
opacity: 1.0;-webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px);}
#nprogress .spinner {display: block;position: fixed;z-index: 1031;top: 15px;right: 15px;}

#nprogress .spinner-icon {width: 18px;height: 18px;box-sizing: border-box;border: solid 2px transparent;border-top-color: #e6212a;border-left-color: #e6212a;border-radius: 50%;-webkit-animation: nprogress-spinner 400ms linear infinite;animation: nprogress-spinner 400ms linear infinite;}
.nprogress-custom-parent {overflow: hidden;position: relative;}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {position: absolute;}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*底部*/
.main_foot { width:100%;  background: #262626; overflow: hidden; padding-bottom:20px;}
.foot {width: 1200px; overflow: hidden; margin:35px auto 40px auto; color:#FFF;}
.foot_logo { float: left;}
.foot .con{width: 800px;
margin-left: 230px;
font-size:14px;
line-height:20px;}
.foot .copyright{ width:390px; float:left;} 
.foot .copyright span{ background:url(../images/fcopyright.png) no-repeat center left;display: block;
padding-left: 20px;
font-size: 18px;
margin-bottom:10px;}
.foot .contact{width: 310px;
float: left;
margin-left: 100px;} 
.foot .contact span{ background:url(../images/ftel.png) no-repeat center left;display: block;
padding-left: 20px;
font-size: 18px;
margin-bottom:10px;}
.foot_bottom {color: #fff; text-align:left; clear:both; width:100%; margin:0 auto; overflow:hidden; font-size:14px; padding-left:230px; margin-top:10px; line-height:30px;}
.foot_bottom a{color: #fff; }
i,em{ font-style:normal;}
.foot_bottom a i { display:inline-block; font-size:18px; margin:0 5px 10px 5px;color: #666 !important;}

.foot_bottom a  .icon_wb{color:#da251c;}
.foot_bottom a  .icon_wx{color:#00c800;}
.foot_bottom a  .icon_dr{color:#c32361;}
.foot_bottom a  .icon_zc{color:#ffd100;}
.foot_bottom a  .icon_bh{color:#1377ff;}

/*.foot_bottom a i.weibo {background-position: -409px 0;}
.foot_bottom a i.weixin {background-position: -423px -121px;}
.foot_bottom a i.dri {background-position: -409px -29px;}
.foot_bottom a i.blog {background-position: -409px -58px;}
.foot_bottom a i.cool {background-position: -409px -88px;}
.foot_bottom a i.fang { width:15px; background-position: -444px -30px;}
.foot_bottom a i.dou {  width:16px; background-position: -444px -57px;}
.foot_bottom a i.lofter {  width:16px; background-position: -489px -30px;}*/


/*.foot_bottom a:hover i.weibo {background-position: -360px 0;}
.foot_bottom a:hover i.weixin {background-position: -398px -121px;}
.foot_bottom a:hover i.dri {background-position: -360px -29px;}
.foot_bottom a:hover i.blog {background-position: -360px -58px;}
.foot_bottom a:hover i.cool {background-position: -360px -88px;}
.foot_bottom a:hover i.fang {background-position: -468px -30px;}
.foot_bottom a:hover i.dou {background-position: -467px -57px;}
*/
.theme-mask{z-index:10000;position:fixed; _position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5; display:none; }
.popover1{ width:360px; height:400px; z-index:100001; position:fixed; top:50%;left:50%; background:#fff; margin:-200px 0 0 -180px;   box-shadow:1px 1px 6px 3px rgba(0,0,0,.2); display:none; text-align:center;}
.popover1 dl{ margin-top:60px; font-size:14px; color:#333; line-height:40px;}
.popover1 dl a{ width:110px; height:40px; background:#e6212a; color:#fff; display:inline-block; border-radius:2px; font-size:14px;}</pre></body></html>